home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc.set.motd < prev    next >
Text File  |  1997-04-05  |  872b  |  19 lines

  1. !master
  2. ###  set motd <motd-file>
  3.    specifies the "Message Of The Day" file.  this should be a
  4.    text file.  it will be displayed to users as they enter a
  5.    dcc chat session with the bot (so it shouldn't be TOO long).
  6.    there are a few %-variables you can insert into the motd,
  7.    which will be interpreted by eggdrop:
  8.       %%B   bot's nickname (ie, "%B")
  9.       %%V   current eggdrop version (ie, "%V")
  10.       %%E   long form of %%V (ie, "%E")
  11.       %%C   channels the bot is on (ie, "%C")
  12.       %%A   whatever is set in 'admin' (see 'set admin')
  13.       %%T   the current time (ie, "%T")
  14.       %%N   the current user's nickname (ie, "%N")
  15.       %%%%   a percent sign ("%%")
  16.    you can also encode messages just for ops or masters:
  17.       %%(Anything between "%%(" and "%%)" is shown only to ops.%%)
  18.       %%[Anything between "%%[" and "%%]" is shown only to masters.%%]
  19.